3.8.98 \(\int \frac {c d^2+2 c d e x+c e^2 x^2}{(d+e x)^6} \, dx\)

Optimal. Leaf size=15 \[ -\frac {c}{3 e (d+e x)^3} \]

________________________________________________________________________________________

Rubi [A]  time = 0.01, antiderivative size = 15, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, integrand size = 28, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.107, Rules used = {24, 21, 32} \begin {gather*} -\frac {c}{3 e (d+e x)^3} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(c*d^2 + 2*c*d*e*x + c*e^2*x^2)/(d + e*x)^6,x]

[Out]

-c/(3*e*(d + e*x)^3)

Rule 21

Int[(u_.)*((a_) + (b_.)*(v_))^(m_.)*((c_) + (d_.)*(v_))^(n_.), x_Symbol] :> Dist[(b/d)^m, Int[u*(c + d*v)^(m +
 n), x], x] /; FreeQ[{a, b, c, d, n}, x] && EqQ[b*c - a*d, 0] && IntegerQ[m] && ( !IntegerQ[n] || SimplerQ[c +
 d*x, a + b*x])

Rule 24

Int[(u_.)*((a_) + (b_.)*(v_))^(m_)*((A_.) + (B_.)*(v_) + (C_.)*(v_)^2), x_Symbol] :> Dist[1/b^2, Int[u*(a + b*
v)^(m + 1)*Simp[b*B - a*C + b*C*v, x], x], x] /; FreeQ[{a, b, A, B, C}, x] && EqQ[A*b^2 - a*b*B + a^2*C, 0] &&
 LeQ[m, -1]

Rule 32

Int[((a_.) + (b_.)*(x_))^(m_), x_Symbol] :> Simp[(a + b*x)^(m + 1)/(b*(m + 1)), x] /; FreeQ[{a, b, m}, x] && N
eQ[m, -1]

Rubi steps

\begin {align*} \int \frac {c d^2+2 c d e x+c e^2 x^2}{(d+e x)^6} \, dx &=\frac {\int \frac {c d e^2+c e^3 x}{(d+e x)^5} \, dx}{e^2}\\ &=c \int \frac {1}{(d+e x)^4} \, dx\\ &=-\frac {c}{3 e (d+e x)^3}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 15, normalized size = 1.00 \begin {gather*} -\frac {c}{3 e (d+e x)^3} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(c*d^2 + 2*c*d*e*x + c*e^2*x^2)/(d + e*x)^6,x]

[Out]

-1/3*c/(e*(d + e*x)^3)

________________________________________________________________________________________

IntegrateAlgebraic [F]  time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {c d^2+2 c d e x+c e^2 x^2}{(d+e x)^6} \, dx \end {gather*}

Verification is not applicable to the result.

[In]

IntegrateAlgebraic[(c*d^2 + 2*c*d*e*x + c*e^2*x^2)/(d + e*x)^6,x]

[Out]

IntegrateAlgebraic[(c*d^2 + 2*c*d*e*x + c*e^2*x^2)/(d + e*x)^6, x]

________________________________________________________________________________________

fricas [B]  time = 0.39, size = 36, normalized size = 2.40 \begin {gather*} -\frac {c}{3 \, {\left (e^{4} x^{3} + 3 \, d e^{3} x^{2} + 3 \, d^{2} e^{2} x + d^{3} e\right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c*e^2*x^2+2*c*d*e*x+c*d^2)/(e*x+d)^6,x, algorithm="fricas")

[Out]

-1/3*c/(e^4*x^3 + 3*d*e^3*x^2 + 3*d^2*e^2*x + d^3*e)

________________________________________________________________________________________

giac [B]  time = 0.17, size = 34, normalized size = 2.27 \begin {gather*} -\frac {{\left (c x^{2} e^{4} + 2 \, c d x e^{3} + c d^{2} e^{2}\right )} e^{\left (-3\right )}}{3 \, {\left (x e + d\right )}^{5}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c*e^2*x^2+2*c*d*e*x+c*d^2)/(e*x+d)^6,x, algorithm="giac")

[Out]

-1/3*(c*x^2*e^4 + 2*c*d*x*e^3 + c*d^2*e^2)*e^(-3)/(x*e + d)^5

________________________________________________________________________________________

maple [A]  time = 0.05, size = 14, normalized size = 0.93 \begin {gather*} -\frac {c}{3 \left (e x +d \right )^{3} e} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((c*e^2*x^2+2*c*d*e*x+c*d^2)/(e*x+d)^6,x)

[Out]

-1/3*c/e/(e*x+d)^3

________________________________________________________________________________________

maxima [B]  time = 1.33, size = 36, normalized size = 2.40 \begin {gather*} -\frac {c}{3 \, {\left (e^{4} x^{3} + 3 \, d e^{3} x^{2} + 3 \, d^{2} e^{2} x + d^{3} e\right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c*e^2*x^2+2*c*d*e*x+c*d^2)/(e*x+d)^6,x, algorithm="maxima")

[Out]

-1/3*c/(e^4*x^3 + 3*d*e^3*x^2 + 3*d^2*e^2*x + d^3*e)

________________________________________________________________________________________

mupad [B]  time = 0.41, size = 35, normalized size = 2.33 \begin {gather*} -\frac {c}{3\,e\,\left (d^3+3\,d^2\,e\,x+3\,d\,e^2\,x^2+e^3\,x^3\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((c*d^2 + c*e^2*x^2 + 2*c*d*e*x)/(d + e*x)^6,x)

[Out]

-c/(3*e*(d^3 + e^3*x^3 + 3*d*e^2*x^2 + 3*d^2*e*x))

________________________________________________________________________________________

sympy [B]  time = 0.28, size = 37, normalized size = 2.47 \begin {gather*} - \frac {c}{3 d^{3} e + 9 d^{2} e^{2} x + 9 d e^{3} x^{2} + 3 e^{4} x^{3}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c*e**2*x**2+2*c*d*e*x+c*d**2)/(e*x+d)**6,x)

[Out]

-c/(3*d**3*e + 9*d**2*e**2*x + 9*d*e**3*x**2 + 3*e**4*x**3)

________________________________________________________________________________________